home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / copi.arc / COPI.DOC next >
Text File  |  1988-04-01  |  3KB  |  65 lines

  1.  
  2.              COPI is a replacement for the standard DOS COPY command.
  3.         Its useage is the same (I hope), allowing the same wild cards,
  4.         and defaults.
  5.  
  6.              COPI is intended to improve on the standard copy by
  7.         checking the destination and if there is not enough room in
  8.         the destination, allow you to modify the list of files
  9.         selected by the source specification or to remove files from
  10.         the destination to create room for the copied files.
  11.  
  12.              If there is enough space on the destination, there should
  13.         be little difference between the DOS COPY and this COPI.  If
  14.         there isn't room on the destination, you will be presented
  15.         with a menu of options.
  16.  
  17.              The first option on the menu is "Edit Source List".  If
  18.         you select this option, you can delete files seleted by your
  19.         source specification from the to be copied list.  For example,
  20.         if you enter "COPI *.* A:" the list of files to be copied will
  21.         include every file on your default path.  Selecting "Edit
  22.         Source List" allows you to view a list of all files selected
  23.         and delete from that list (not from disk) files you may not
  24.         care to copy.
  25.  
  26.              The second option is "Destination Disk Management".  This
  27.         option will allow you to view a list of files of the
  28.         destination path and delete those files from disk (careful
  29.         with this).
  30.  
  31.              The third option, "Enable Multiple Disk Destination",
  32.         allows the copy to request fresh diskettes on the destination
  33.         drive when the current diskette will not hold the next file to
  34.         be copied.  It will not split a file between diskettes and
  35.         is only allowed for drives A: and B:.
  36.  
  37.              The fourth option, "Try Copy", will look at the disk
  38.         requirements of the copy, and if there is enough space on the
  39.         destination, proceed with the copy.  If there is not enough
  40.         space on the destination, the menu of options will be
  41.         redisplayed.
  42.  
  43.              The fifth and final option, aborts the copy without doing
  44.         anything, returning you to DOS.
  45.  
  46.              This program is not in the public domain.  It is
  47.         shareware software.  If you use it and like it please send
  48.         $10.00 to
  49.  
  50.               Kenneth D. Sheller
  51.               8140D Weyland Ct
  52.               TAFB, OK  73145
  53.  
  54.              This version of the software has been tested by me for
  55.         all the variations I ever use of COPY.  If you find a bug,
  56.         please let me know at the above address.  If you think you
  57.         have found a bug, please try the same options with the DOS
  58.         COPY and be sure that it works there.
  59.  
  60.              I am available for contract programming work.  If you
  61.         need some custom programs for your system, please write to the
  62.         above address.
  63.  
  64.  
  65.